home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / ShowDetail.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-08-17  |  2.4 KB  |  187 lines

  1. .EditZone
  2. {
  3.     float:left;
  4.     position:relative;
  5.     width:98%;
  6.     border-left:4px solid #ccc;
  7. }
  8.  
  9. .Input_MessageTitle
  10. {
  11.     float:left;
  12.     clear:left;
  13.     width:90%;
  14.     height:25px;
  15.     font-size:16px;
  16.     font-weight:bold;
  17.     color:#222;
  18.     margin:5px 0 5px 5px;
  19. }
  20.  
  21. .Input_MessageBody
  22. {
  23.     float:left;
  24.     clear:left;
  25.     width:90%;
  26.     height:200px;
  27.     font-size:15px;
  28.     color:#333;
  29.     margin:5px 0 5px 5px;
  30. }
  31.  
  32. .Input_CommentBody
  33. {
  34.     float:left;
  35.     clear:left;
  36.     width:90%;
  37.     height:70px;
  38.     font-size:15px;
  39.     color:#333;
  40.     margin:5px 0 5px 5px;
  41. }
  42.  
  43. .Input_MessageTags
  44. {
  45.     float:left;
  46.     clear:left;
  47.     width:90%;
  48.     height:25px;
  49.     font-size:16px;
  50.     font-weight:bold;
  51.     color:#555;
  52.     margin:5px 0 5px 5px;
  53. }
  54.  
  55. .ControlSet
  56. {
  57.     float:left;
  58.     clear:left;
  59.     width:90%;
  60.     height:25px;
  61.     position:relative;
  62. }
  63.  
  64. /* Calendar below */
  65. .Cal_Line
  66. {
  67.     float:left;
  68.     clear:left;
  69.     width:90%;
  70.     height:30px;
  71.     line-height:30px;
  72.     font-size:15px;
  73.     color:#333;
  74.     margin:5px 0 5px 5px;
  75. }
  76.  
  77. .Cal_Desc
  78. {
  79.     float:left;
  80.     clear:left;
  81.     width:90%;
  82.     height:100px;
  83.     font-size:15px;
  84.     color:#333;
  85.     margin:5px 0 5px 5px;
  86. }
  87.  
  88. .Cal_LineIn
  89. {
  90.     float:left;
  91.     clear:left;
  92.     width:90%;
  93.     height:25px;
  94.     font-size:16px;
  95.     font-weight:bold;
  96.     color:#444;
  97.     margin:5px 0 5px 5px;
  98. }
  99.  
  100. .Cal_Ratings
  101. {
  102.     float:left;
  103. }
  104.  
  105. a.MilestoneIndicator:link, a.MilestoneIndicator:visited
  106. {
  107.     background:url(/img/ProjectCenter/forward.jpg) left top no-repeat;
  108.     height:25px;
  109.     padding-left:30px;
  110.     line-height:25px;
  111.     color:#777;
  112.     text-decoration:none;
  113.     margin-left:15px;
  114. }
  115.  
  116. a.MilestoneIndicator:hover
  117. {
  118.     color:#222;
  119.     text-decoration:underline;
  120. }
  121.  
  122. .SubmitButton
  123. {
  124.     width:120px;
  125.     height:25px;
  126.     color:#222;
  127.     font-weight:bold;
  128.     font-family:SimSun, Tahoma, Arial, sans-serif;
  129.     margin:5px 5px 5px 5px;
  130. }
  131.  
  132. .EventItem
  133. {
  134.     float:left;
  135.     margin:5px 0 20px 0px;
  136.     width:95%;
  137.     line-height:20px;
  138.     font-size:13px;
  139.     color:#444;
  140.     border-left:3px solid #aaa;
  141. }
  142.  
  143. .EventTitle
  144. {
  145.     float:left;
  146.     border-bottom:1px solid #bbb;
  147.     height:20px;
  148.     line-height:20px;
  149.     font-size:15px;
  150.     font-weight:bold;
  151.     color:#333;
  152.     width:500px;
  153.     margin:0 0 5px 5px !important;
  154.     margin:0 0 5px 2px;
  155.     background:url(/img/ProjectCenter/EventTitle_bg.jpg) left top no-repeat #eee;
  156. }
  157. .DescriptionZone
  158. {
  159.     float:left;
  160.     width:95%;
  161.     margin:0 0 10px 5px !important;
  162.     margin:0 0 10px 2px;
  163. }
  164.  
  165. #AddComment
  166. {
  167.     border-bottom:1px solid #aaa;
  168.     border-right:1px solid #aaa;
  169.     background:#eee;
  170. }
  171.  
  172. .Income
  173. {
  174.     float:left;
  175.     line-height:30px;
  176.     font-weight:bold;
  177.     color:#26a;
  178.     margin-left:10px;
  179. }
  180. .Outcome
  181. {
  182.     float:left;
  183.     line-height:30px;
  184.     font-weight:bold;
  185.     color:#c00;
  186.     margin-left:10px;
  187. }